home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu194.dms / pu194.adf / AddMenu / example_scripts / addmenu.script < prev   
Text File  |  1992-04-12  |  1KB  |  43 lines

  1. ;This file has a certain structure that MUST be adhered to
  2. ;A comment line can start with any character except 
  3. ;a plus sign, an asterisk or hash sign 
  4. ;NO COMMENTS ON THE SAME LINE AS TEXT OR COMMANDS.
  5. ;The TEXT for the menu item MUST start and end with a plus sign 
  6. ;Keep text short!!
  7. ;The command string for that text MUST start and end with an
  8. ;asterisk and must follow the text line, 
  9. ;(comments are allowed in between text and commands)
  10. ;and finally the file must end with a hash on the start
  11. ;of a new line.
  12. ;below is a small example
  13. +NoVirus+
  14. *dh0:devpac/nv/novirus*
  15. +SysInfo+
  16. *dh0:utilities/sysinfo*
  17. +Calc+
  18. *dh0:utilities/programmer*
  19. +DPaint3+
  20. *cd dh0:graphics*
  21. *dpaint*
  22. +Facction+
  23. *dh0:utilities/facction*;test comment
  24. +DiskMaster+
  25. *dh0:utilities/diskmaster*
  26. +TrackDOS+
  27. *dh0:utilities/trackdos*
  28. +SuperAmi2.0+
  29. *cd dh0:copiers*
  30. *sca-V2.0*
  31. +XCopy3+
  32. *cd dh0:copiers*
  33. *xcopyiii*
  34. +TurboBackup+
  35. *dh0:c/turbobackup*        ;test comment
  36. +HackPack+
  37. *execute s:hackpac*
  38. +[Edit Menu]+
  39. *addmenu s:addmenu.edit*
  40. #
  41.  
  42.  
  43.